home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / skates.swf / scripts / DefineSprite_6 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  568 b   |  18 lines

  1. if(this.gamename != "" && this.countname != "")
  2. {
  3.    this.preventcache = getTime();
  4.    this.gamename = this.gamename;
  5.    this.countername = this.countname;
  6.    this.formaction = "sethits";
  7.    if(_url.indexOf("file:///") == -1 || _url.indexOf("http://64.239.33.252") == 1 || _url.indexOf("http://www.playcount.com") == 1)
  8.    {
  9.       proxyurl = "proxy." + this.scriptType.toLowerCase();
  10.       loadVariables(proxyurl,this._target,"GET");
  11.    }
  12.    else
  13.    {
  14.       loadVariables("http://64.239.33.252/stats/flashdata.php",this._target,"GET");
  15.    }
  16. }
  17. stop();
  18.